- PurpleNetworkListenCallback
alias PurpleNetworkListenCallback = void function(int, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PurpleNetworkListenData
alias PurpleNetworkListenData = _PurpleNetworkListenData
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_network_convert_idn_to_ascii
alias da_purple_network_convert_idn_to_ascii = int function(const(gchar)* in_, gchar** out_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_network_force_online
alias da_purple_network_force_online = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_network_get_all_local_system_ips
alias da_purple_network_get_all_local_system_ips = GList* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_network_get_handle
alias da_purple_network_get_handle = void* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_network_get_local_system_ip
alias da_purple_network_get_local_system_ip = const(char)* function(int fd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_network_get_my_ip
alias da_purple_network_get_my_ip = const(char)* function(int fd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_network_get_port_from_fd
alias da_purple_network_get_port_from_fd = ushort function(int fd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_network_get_public_ip
alias da_purple_network_get_public_ip = const(char)* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_network_get_stun_ip
alias da_purple_network_get_stun_ip = const(gchar)* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_network_get_turn_ip
alias da_purple_network_get_turn_ip = const(gchar)* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_network_init
alias da_purple_network_init = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_network_ip_atoi
alias da_purple_network_ip_atoi = const(ubyte)* function(const(char)* ip)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_network_is_available
alias da_purple_network_is_available = gboolean function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_network_listen
alias da_purple_network_listen = PurpleNetworkListenData* function(ushort port, int socket_type, PurpleNetworkListenCallback cb, gpointer cb_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_network_listen_cancel
alias da_purple_network_listen_cancel = void function(PurpleNetworkListenData* listen_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_network_listen_family
alias da_purple_network_listen_family = PurpleNetworkListenData* function(ushort port, int socket_family, int socket_type, PurpleNetworkListenCallback cb, gpointer cb_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_network_listen_map_external
alias da_purple_network_listen_map_external = void function(gboolean map_external)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_network_listen_range
alias da_purple_network_listen_range = PurpleNetworkListenData* function(ushort start, ushort end, int socket_type, PurpleNetworkListenCallback cb, gpointer cb_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_network_listen_range_family
alias da_purple_network_listen_range_family = PurpleNetworkListenData* function(ushort start, ushort end, int socket_family, int socket_type, PurpleNetworkListenCallback cb, gpointer cb_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_network_remove_port_mapping
alias da_purple_network_remove_port_mapping = void function(gint fd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_network_set_public_ip
alias da_purple_network_set_public_ip = void function(const(char)* ip)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_network_set_stun_server
alias da_purple_network_set_stun_server = void function(const(gchar)* stun_server)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_network_set_turn_server
alias da_purple_network_set_turn_server = void function(const(gchar)* turn_server)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_network_uninit
alias da_purple_network_uninit = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_network_convert_idn_to_ascii
int purple_network_convert_idn_to_ascii(const(gchar)* in_, gchar** out_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_network_force_online
void purple_network_force_online()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_network_get_all_local_system_ips
GList* purple_network_get_all_local_system_ips()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_network_get_handle
void* purple_network_get_handle()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_network_get_local_system_ip
const(char)* purple_network_get_local_system_ip(int fd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_network_get_my_ip
const(char)* purple_network_get_my_ip(int fd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_network_get_port_from_fd
ushort purple_network_get_port_from_fd(int fd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_network_get_public_ip
const(char)* purple_network_get_public_ip()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_network_get_stun_ip
const(gchar)* purple_network_get_stun_ip()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_network_get_turn_ip
const(gchar)* purple_network_get_turn_ip()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_network_init
void purple_network_init()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_network_ip_atoi
const(ubyte)* purple_network_ip_atoi(const(char)* ip)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_network_is_available
gboolean purple_network_is_available()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_network_listen
PurpleNetworkListenData* purple_network_listen(ushort port, int socket_type, PurpleNetworkListenCallback cb, gpointer cb_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_network_listen_cancel
void purple_network_listen_cancel(PurpleNetworkListenData* listen_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_network_listen_family
PurpleNetworkListenData* purple_network_listen_family(ushort port, int socket_family, int socket_type, PurpleNetworkListenCallback cb, gpointer cb_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_network_listen_map_external
void purple_network_listen_map_external(gboolean map_external)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_network_listen_range
PurpleNetworkListenData* purple_network_listen_range(ushort start, ushort end, int socket_type, PurpleNetworkListenCallback cb, gpointer cb_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_network_listen_range_family
PurpleNetworkListenData* purple_network_listen_range_family(ushort start, ushort end, int socket_family, int socket_type, PurpleNetworkListenCallback cb, gpointer cb_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_network_remove_port_mapping
void purple_network_remove_port_mapping(gint fd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_network_set_public_ip
void purple_network_set_public_ip(const(char)* ip)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_network_set_stun_server
void purple_network_set_stun_server(const(gchar)* stun_server)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_network_set_turn_server
void purple_network_set_turn_server(const(gchar)* turn_server)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_network_uninit
void purple_network_uninit()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_network_convert_idn_to_ascii
da_purple_network_convert_idn_to_ascii purple_network_convert_idn_to_ascii;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_network_force_online
da_purple_network_force_online purple_network_force_online;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_network_get_all_local_system_ips
da_purple_network_get_all_local_system_ips purple_network_get_all_local_system_ips;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_network_get_handle
da_purple_network_get_handle purple_network_get_handle;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_network_get_local_system_ip
da_purple_network_get_local_system_ip purple_network_get_local_system_ip;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_network_get_my_ip
da_purple_network_get_my_ip purple_network_get_my_ip;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_network_get_port_from_fd
da_purple_network_get_port_from_fd purple_network_get_port_from_fd;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_network_get_public_ip
da_purple_network_get_public_ip purple_network_get_public_ip;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_network_get_stun_ip
da_purple_network_get_stun_ip purple_network_get_stun_ip;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_network_get_turn_ip
da_purple_network_get_turn_ip purple_network_get_turn_ip;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_network_init
da_purple_network_init purple_network_init;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_network_ip_atoi
da_purple_network_ip_atoi purple_network_ip_atoi;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_network_is_available
da_purple_network_is_available purple_network_is_available;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_network_listen
da_purple_network_listen purple_network_listen;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_network_listen_cancel
da_purple_network_listen_cancel purple_network_listen_cancel;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_network_listen_family
da_purple_network_listen_family purple_network_listen_family;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_network_listen_map_external
da_purple_network_listen_map_external purple_network_listen_map_external;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_network_listen_range
da_purple_network_listen_range purple_network_listen_range;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_network_listen_range_family
da_purple_network_listen_range_family purple_network_listen_range_family;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_network_remove_port_mapping
da_purple_network_remove_port_mapping purple_network_remove_port_mapping;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_network_set_public_ip
da_purple_network_set_public_ip purple_network_set_public_ip;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_network_set_stun_server
da_purple_network_set_stun_server purple_network_set_stun_server;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_network_set_turn_server
da_purple_network_set_turn_server purple_network_set_turn_server;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_network_uninit
da_purple_network_uninit purple_network_uninit;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.